Skip to content

Commit

Permalink
Changing the default port to be /dev/ttyACM0
Browse files Browse the repository at this point in the history
  • Loading branch information
tmattio committed Jul 26, 2016
1 parent a658934 commit 1fb12bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider_imu/imu_node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ void ImuNode::DeserializeRosParameters() {
private_node_handle_.param("provider_imu/driver/assume_calibrated",
calibrated_, false);
private_node_handle_.param("provider_imu/driver/port", port_,
std::string("/Users/Des0ps/ttyACM0"));
std::string("/dev/ttyACM0"));
private_node_handle_.param("provider_imu/imu/max_drift_rate", max_drift_rate_,
0.0002);
private_node_handle_.param("provider_imu/driver/frame_id", frameid_,
Expand Down

0 comments on commit 1fb12bd

Please sign in to comment.