Skip to content

Commit 50de003

Browse files
committed
Updates for Isaac Sim 5.1.0 release
1 parent 48fb13d commit 50de003

19 files changed

+147
-39
lines changed

.gitmodules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
path = humble_ws/src/moveit/moveit_resources
33
url = https://github.com/ayushgnv/moveit_resources.git
44
branch = isaacsim_moveit_tutorial
5-
65
[submodule "jazzy_ws/src/moveit/moveit_resources"]
76
path = jazzy_ws/src/moveit/moveit_resources
87
url = https://github.com/ayushgnv/moveit_resources.git
9-
branch = isaacsim_moveit_tutorial
8+
branch = isaac_moveit_tutorial_jazzy

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.5.1] - 2025-10-07
4+
### Changed
5+
- Updated MoveIt configs to mitigate timeout issues [Jazzy]
6+
37
## [4.5.0] - 2025-09-29
48
### Changed
59
- Updated links and bumped versions in all packages to Isaac Sim version 5.1.0 [Humble, Jazzy]

humble_ws/src/navigation/carter_navigation/params/carter_navigation_params.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]
@@ -159,9 +159,9 @@ controller_server:
159159
debug_trajectory_details: True
160160
min_vel_x: 0.0
161161
min_vel_y: 0.0
162-
max_vel_x: 1.8
162+
max_vel_x: 0.8
163163
max_vel_y: 0.0
164-
max_vel_theta: 1.2
164+
max_vel_theta: 0.7
165165
min_speed_xy: 0.0
166166
max_speed_xy: 1.0
167167
min_speed_theta: 0.0

humble_ws/src/navigation/carter_navigation/params/hospital/multi_robot_carter_navigation_params_1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

humble_ws/src/navigation/carter_navigation/params/hospital/multi_robot_carter_navigation_params_2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

humble_ws/src/navigation/carter_navigation/params/hospital/multi_robot_carter_navigation_params_3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

humble_ws/src/navigation/carter_navigation/params/office/multi_robot_carter_navigation_params_1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

humble_ws/src/navigation/carter_navigation/params/office/multi_robot_carter_navigation_params_2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

humble_ws/src/navigation/carter_navigation/params/office/multi_robot_carter_navigation_params_3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ velocity_smoother:
121121
smoothing_frequency: 20.0
122122
scale_velocities: false
123123
feedback: "OPEN_LOOP"
124-
max_velocity: [1.8, 0.0, 1.2]
125-
min_velocity: [-1.8, 0.0, -1.2]
124+
max_velocity: [0.8, 0.0, 0.7]
125+
min_velocity: [-0.8, 0.0, -0.7]
126126
# deadband_velocity: [0.0, 0.0, 0.0]
127127
velocity_timeout: 1.0
128128
# max_accel: [1.0, 0.0, 1.25]

jazzy_ws/src/moveit/isaac_moveit/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install(DIRECTORY
1212

1313
# Install Python executables
1414
install(PROGRAMS
15+
scripts/gripper_to_isaac.py
1516
DESTINATION lib/${PROJECT_NAME}
1617
)
1718
ament_package()

0 commit comments

Comments
 (0)