Skip to content

Commit

Permalink
change can_all_node to cabot_can_node
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Sato <[email protected]>
  • Loading branch information
daisukes committed Nov 25, 2024
1 parent 5594f6e commit 061b3b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabot_base/launch/cabot3.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def has_flag(flag_name):
),
Node(
package='cabot_can',
executable='can_all_node',
executable='cabot_can_node',
namespace='/cabot',
name='cabot_can',
output=output,
Expand Down
4 changes: 2 additions & 2 deletions cabot_can/config/params.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
can_all_node:
cabot_can_node:
ros__parameters:
calibration_params : [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
can_interface : "can0"
publish_rate : 200
imu_frame_id : "imu_frame"
#vibrator_power : 100
#vibrator_power : 100

0 comments on commit 061b3b9

Please sign in to comment.