improved joint space planning
This commit is contained in:
@@ -156,11 +156,11 @@ def main():
|
||||
default_config = robot_cfg["kinematics"]["cspace"]["retract_config"]
|
||||
|
||||
print("warming up...")
|
||||
motion_gen.warmup(
|
||||
batch=n_envs,
|
||||
batch_env_mode=True,
|
||||
warmup_js_trajopt=False,
|
||||
)
|
||||
# motion_gen.warmup(
|
||||
# batch=n_envs,
|
||||
# batch_env_mode=True,
|
||||
# warmup_js_trajopt=False,
|
||||
# )
|
||||
|
||||
add_extensions(simulation_app, args.headless_mode)
|
||||
config = RobotWorldConfig.load_from_config(
|
||||
|
||||
@@ -134,7 +134,7 @@ def demo_motion_gen_simple():
|
||||
)
|
||||
|
||||
result = motion_gen.plan_single(start_state, goal_pose, MotionGenPlanConfig(max_attempts=1))
|
||||
traj = result.get_interpolated_plan() # result.optimized_dt has the dt between timesteps
|
||||
traj = result.get_interpolated_plan() # result.interpolation_dt has the dt between timesteps
|
||||
print("Trajectory Generated: ", result.success)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user