Skip to content

Commit

Permalink
Update topic names
Browse files Browse the repository at this point in the history
  • Loading branch information
GLDuval committed May 8, 2023
1 parent fe82542 commit 96a44e3
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 96a44e3

Please sign in to comment.