mirror of
https://github.com/soconnor0919/robot-plugins.git
synced 2026-03-23 19:27:52 -04:00
fix: Update ros2Config topics to match naoqi_driver namespace
- Remove /naoqi_driver/ prefix from all topic names - Topics are published/subscribed without prefix in naoqi_driver - Affects: cmd_vel, joint_states, joint_angles, cameras, imu, speech, bumper, touch sensors, sonar, info This fixes the mismatch between plugin topic definitions and actual ROS topics exposed by the naoqi_driver node.
This commit is contained in:
@@ -62,18 +62,18 @@
|
|||||||
"defaultTopics": {
|
"defaultTopics": {
|
||||||
"cmd_vel": "/cmd_vel",
|
"cmd_vel": "/cmd_vel",
|
||||||
"odom": "/odom",
|
"odom": "/odom",
|
||||||
"joint_states": "/naoqi_driver/joint_states",
|
"joint_states": "/joint_states",
|
||||||
"joint_angles": "/joint_angles",
|
"joint_angles": "/joint_angles",
|
||||||
"camera_front": "/naoqi_driver/camera/front/image_raw",
|
"camera_front": "/camera/front/image_raw",
|
||||||
"camera_bottom": "/naoqi_driver/camera/bottom/image_raw",
|
"camera_bottom": "/camera/bottom/image_raw",
|
||||||
"imu": "/naoqi_driver/imu/torso",
|
"imu": "/imu/torso",
|
||||||
"speech": "/speech",
|
"speech": "/speech",
|
||||||
"bumper": "/naoqi_driver/bumper",
|
"bumper": "/bumper",
|
||||||
"hand_touch": "/naoqi_driver/hand_touch",
|
"hand_touch": "/hand_touch",
|
||||||
"head_touch": "/naoqi_driver/head_touch",
|
"head_touch": "/head_touch",
|
||||||
"sonar_left": "/naoqi_driver/sonar/left",
|
"sonar_left": "/sonar/left",
|
||||||
"sonar_right": "/naoqi_driver/sonar/right",
|
"sonar_right": "/sonar/right",
|
||||||
"info": "/naoqi_driver/info"
|
"info": "/info"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"settingsSchema": {
|
"settingsSchema": {
|
||||||
|
|||||||
Reference in New Issue
Block a user