Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
senceryazici committed Dec 20, 2024
1 parent 3d2769d commit b78a7e6
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion auv_hardware/auv_canbus_bridge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
## setup virtual can for testing
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0
sudo ip link set up vcan0
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#include "auv_canbus_bridge/canbus/endpoint.hpp"
#include "auv_canbus_bridge/canbus/function.hpp"
#include "auv_canbus_bridge/canbus/helper.hpp"
#include "auv_canbus_bridge/canbus/node_id.hpp"
#include "auv_canbus_bridge/canbus/node_id.hpp"
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ enum class Endpoint : uint16_t {
Count
};
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ enum class Function : uint8_t {
};

} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ inline constexpr Endpoint get_endpoint(const ExtendedIdType extended_id) {
}

} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ enum class NodeID : uint8_t {
};

} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ class DrivePulseModule : public ModuleBase {

} // namespace modules
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ class KillswitchReportModule : public ModuleBase {

} // namespace modules
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ class LaunchTorpedoModule : public ModuleBase {

} // namespace modules
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ class ModuleBase {

} // namespace modules
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ class PowerReportModule : public ModuleBase {

} // namespace modules
} // namespace canbus
} // namespace auv_hardware
} // namespace auv_hardware
2 changes: 1 addition & 1 deletion auv_hardware/auv_canbus_bridge/launch/start.launch
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
<param name="interface" value="$(arg interface)" />
</node>
</group>
</launch>
</launch>
5 changes: 1 addition & 4 deletions auv_hardware/auv_canbus_bridge/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
<name>auv_canbus_bridge</name>
<version>0.1.0</version>
<description>Interface package to communicate with boards over CANBUS.</description>

<author email="[email protected]">Sencer Yazici</author>
<maintainer email="[email protected]">Sencer Yazici</maintainer>
<license>BSD-3-Clause</license>

<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
Expand All @@ -17,8 +15,7 @@
<exec_depend>rospy</exec_depend>
<depend>std_msgs</depend>
<depend>auv_msgs</depend>

<export>

</export>
</package>
</package>

0 comments on commit b78a7e6

Please sign in to comment.