Skip to content

Commit c93cd95

Browse files
committed
ros2 code updates
1 parent 929f3ea commit c93cd95

12 files changed

Lines changed: 304 additions & 254 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
build/
22
bin/
3+
install/
34
lib/
5+
log/
46
msg_gen/
57
src/f1tenth_course/
68
src/ut_automata/

msg/VescStateStamped.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Timestamped VESC open source motor controller state (telemetry)
22

3-
Header header
3+
std_msgs/Header header
44
VescState state

src/joystick/joystick_driver.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ int main(int argc, char** argv) {
6262
vector<float> axes;
6363
Joy msg;
6464
msg.header.frame_id = "joystick";
65-
msg.header.seq = 0;
6665

6766
RateLoop rate_loop(30);
6867
while (ros::ok()) {

0 commit comments

Comments
 (0)