Skip to content

Commit

Permalink
Merge pull request #170 from clubcapra/update-arm-topic-name
Browse files Browse the repository at this point in the history
Update arm topic names
  • Loading branch information
benmalenfant committed May 9, 2023
2 parents 8989206 + 96a44e3 commit ffb75e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/inputSystem/armModeActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ import {
} from '../store/modules/armPresets';

const jointGoalTopic: TopicOptions = {
name: 'ovis/arm/in/joint_velocity_goal',
name: 'ovis/in/joint_velocity_goal',
messageType: 'ovis_msgs/OvisJointVelocity',
};

const jointPositionTopic: TopicOptions = {
name: 'ovis/arm/in/joint_position_goal',
name: 'ovis/in/joint_position_goal',
messageType: 'ovis_msgs/OvisJointPosition',
};

Expand Down

0 comments on commit ffb75e9

Please sign in to comment.