Skip to content

Commit

Permalink
update rosparams.h
Browse files Browse the repository at this point in the history
  • Loading branch information
SoshiroMaruoka committed Sep 18, 2024
1 parent 2e744c1 commit 60cf031
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions include/config/RosParams.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#ifndef ROS_PARAMS_H
#define ROS_PARAMS_H

#define CMD_VEL_TOPIC "/naviton/mobile_base_controller/cmd_vel"
#define REMOTE_VEL_TOPIC "/mqtt/remote_controller/remote_vel"
#define REMOTE_CMD_TOPIC "/mqtt/remote_switch/remote_cmd"
#define CMD_VEL_TOPIC "/naviton/mobile_base_controller/cmd_vel"
#define REMOTE_VEL_TOPIC "/mqtt/remote_controller/cmd_vel"
#define REMOTE_EMG_TOPIC "/mqtt/remote_controller/emg_swtch"
#define REMOTE_MODE_TOPIC "/mqtt/remote_controller/mode_swtch"

#define STATE_TOPIC "/naviton/firmware/teensy/teensy_data"
#define STATE_TOPIC "/naviton/firmware/teensy/teensy_data"

#endif

0 comments on commit 60cf031

Please sign in to comment.