If you are submitting a bug report, please fill in the following details and use the tag [bug].
/home/infinity/lab/scripts/tutorials/01_assets/add_new_robot.py:151: DeprecationWarning: The function 'set_joint_velocity_target' will be deprecated in a future release. Please use 'set_joint_velocity_target_index' instead.
scene["Jetbot"].set_joint_velocity_target(action)
Traceback (most recent call last):
File "/home/infinity/lab/scripts/tutorials/01_assets/add_new_robot.py", line 183, in <module>
main()
File "/home/infinity/lab/scripts/tutorials/01_assets/add_new_robot.py", line 179, in main
run_simulator(sim, scene)
File "/home/infinity/lab/scripts/tutorials/01_assets/add_new_robot.py", line 151, in run_simulator
scene["Jetbot"].set_joint_velocity_target(action)
File "/home/infinity/lab/source/isaaclab/isaaclab/assets/articulation/base_articulation.py", line 2595, in set_joint_velocity_target
self.set_joint_velocity_target_index(target=target, joint_ids=joint_ids, env_ids=env_ids)
File "/home/infinity/lab/source/isaaclab_physx/isaaclab_physx/assets/articulation/articulation.py", line 2334, in set_joint_velocity_target_index
wp.launch(
File "/home/infinity/miniconda3/envs/lab/lib/python3.12/site-packages/warp/_src/context.py", line 7468, in launch
pack_args(fwd_args, params, adjoint=False)
File "/home/infinity/miniconda3/envs/lab/lib/python3.12/site-packages/warp/_src/context.py", line 7428, in pack_args
params.append(pack_arg(kernel, arg_type, arg_name, a, device, adjoint))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/infinity/miniconda3/envs/lab/lib/python3.12/site-packages/warp/_src/context.py", line 6905, in pack_arg
raise RuntimeError(
RuntimeError: Error launching kernel 'write_2d_data_to_buffer_with_indices', argument 'in_data' expects an array of type array(ndim=2, dtype=float32), but passed value has type Tensor.
2026-05-03T22:46:02Z [4,534ms] [Warning] [simulation_app.simulation_app] SimulationApp.close() was not called explicitly. Shutting down automatically
Add any other context about the problem here.
If you are submitting a bug report, please fill in the following details and use the tag [bug].
Describe the bug
Unable to run example using code from https://github.com/isaac-sim/IsaacLab/blob/develop/scripts/tutorials/01_assets/add_new_robot.py.
Steps to reproduce
python3 scripts/tutorials/01_assets/add_new_robot.py./isaaclab.sh -p scripts/tutorials/01_assets/add_new_robot.pyTerminal logs:
-->
System Info
Describe the characteristic of your environment:
v3.0.0-betaAdditional context
Add any other context about the problem here.
Checklist
Acceptance Criteria
Add the criteria for which this task is considered done. If not known at issue creation time, you can add this once the issue is assigned.