Skip to content

Commit

Permalink
Fix driver and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
souryavarenya authored Jan 26, 2024
1 parent 260bc23 commit 7318c22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fixposition_driver_ros1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make sure you have sourced the setup.bash from ros:
`/opt/ros/{ROS_DISTRO}/setup.bash`, for example

```
source /opt/ros/melodic/setup.bash`
source /opt/ros/melodic/setup.bash
```

and build it with:
Expand Down
3 changes: 2 additions & 1 deletion fixposition_driver_ros2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This driver operates as a ROS node, connecting to either a TCP or serial stream
sudo apt update
sudo apt install -y build-essential cmake
sudo apt install -y libeigen3-dev
sudo apt install -y libboost-date-time-dev
```


Expand All @@ -34,7 +35,7 @@ fp_public_ws
├── src
│ ├── fixposition_driver
│ │ ├── fixposition_driver_lib
│ │ ├── fixposition_driver_ros1 # will be ignore by colcon when building for ROS2
│ │ ├── fixposition_driver_ros1 # will be ignored by colcon when building for ROS2
│ │ ├── fixposition_driver_ros2
│ ├── fixposition_gnss_tf
```
Expand Down
1 change: 0 additions & 1 deletion fixposition_driver_ros2/src/fixposition_driver_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ FixpositionDriverNode::FixpositionDriverNode(std::shared_ptr<rclcpp::Node> node,
params_.customer_input.speed_topic, 100,
std::bind(&FixpositionDriverNode::WsCallback, this, std::placeholders::_1));

Connect();
RegisterObservers();
}

Expand Down

0 comments on commit 7318c22

Please sign in to comment.