Skip to content

Commit

Permalink
Merge pull request #87 from clearpathrobotics/wip-jazzy
Browse files Browse the repository at this point in the history
Sync initial development changes for Jazzy
  • Loading branch information
civerachb-cpr authored Oct 4, 2024
2 parents a753021 + 5ed452c commit 6b86389
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clearpath_generator_robot/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<exec_depend>clearpath_config</exec_depend>
<exec_depend>clearpath_diagnostics</exec_depend>
<exec_depend>clearpath_generator_common</exec_depend>
<exec_depend>clearpath_motor_msgs</exec_depend>
<exec_depend>clearpath_sensors</exec_depend>
<exec_depend>imu_filter_madgwick</exec_depend>
<exec_depend>micro_ros_agent</exec_depend>
<exec_depend>puma_motor_driver</exec_depend>
<exec_depend>sevcon_traction</exec_depend>
<exec_depend>valence_bms_driver</exec_depend>
<exec_depend>wireless_watcher</exec_depend>
Expand Down
4 changes: 3 additions & 1 deletion clearpath_generator_robot/test/test_generator_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@
import shutil

from ament_index_python.packages import get_package_share_directory
from clearpath_generator_common.ros import ROS_DISTRO
from clearpath_generator_robot.param.generator import RobotParamGenerator

SAMPLE_DIR = '/opt/ros/humble/share/clearpath_config/sample/'

SAMPLE_DIR = f'/opt/ros/{ROS_DISTRO}/share/clearpath_config/sample/'


class TestRobotLaunchGenerator:
Expand Down

0 comments on commit 6b86389

Please sign in to comment.