Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9df6af9
return complete object on scan read timeout
Nov 5, 2020
4cbab16
Cleanup
brannonvann Nov 13, 2020
df683f9
Restructure
brannonvann Nov 13, 2020
b696f3d
cleanup and reformat all files
brannonvann Nov 13, 2020
3df4435
default to logitech controller
brannonvann Nov 13, 2020
c411fbc
cleanup continued
brannonvann Nov 14, 2020
86566c4
refactor neato_node into neato_driver
brannonvann Nov 14, 2020
1f86320
add neato helper script and output
brannonvann Nov 14, 2020
d6ce208
update script disclosure
brannonvann Nov 14, 2020
9ad9fda
converted nodes to neato and neato_nav
brannonvann Nov 15, 2020
d718136
new readme, node move continued
brannonvann Nov 15, 2020
c1fa633
updated help script and docs
brannonvann Nov 15, 2020
4e464b2
readme updates
brannonvann Nov 15, 2020
a8db951
git file corrections
Nov 15, 2020
cb51cc7
update all
brannonvann Nov 16, 2020
c59ef07
update readme
brannonvann Nov 18, 2020
967931e
file rename for msg fix
brannonvann Nov 20, 2020
4f651c6
update readme
brannonvann Nov 20, 2020
0e17d4d
publish button presses
brannonvann Nov 20, 2020
2dc6066
new msgs, publish charger, sensors, and bumpers
brannonvann Nov 22, 2020
7570a83
add neato stop and off helper scripts
brannonvann Nov 22, 2020
e2c163b
CMakeLists update for new msgs, ignore updates for IDs
brannonvann Nov 22, 2020
45a7cec
driver cyclical neato data requests
brannonvann Nov 26, 2020
291f748
add constants to bumper event
brannonvann Dec 24, 2020
19fef5b
internal events based on state
brannonvann Dec 24, 2020
dfb8b9b
fix for missing key on shutdown
brannonvann Dec 25, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ msg/*Goal.msg
msg/*Result.msg
msg/_*.py

*.AppleDouble*
___*
.vscode

# Generated by dynamic reconfigure
*.cfgc
/cfg/cpp/
Expand Down
611 changes: 412 additions & 199 deletions README.md

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions README_Melodic.md

This file was deleted.

9 changes: 9 additions & 0 deletions ROS_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Notes on using ROS with this package

rostopic echo --filter "m.name=='Wall_Distance'" /sensorAnalog

rostopic /move_base_simple/goal

roslaunch neato base_map.launch

roslaunch neato base_nav.launch
156 changes: 0 additions & 156 deletions bv80bot/bv80bot_node/CMakeLists.txt

This file was deleted.

7 changes: 0 additions & 7 deletions bv80bot/bv80bot_node/launch/bv80bot_base_map.launch

This file was deleted.

11 changes: 0 additions & 11 deletions bv80bot/bv80bot_node/launch/bv80bot_base_nav.launch

This file was deleted.

4 changes: 0 additions & 4 deletions bv80bot/bv80bot_node/launch/bv80bot_base_only.launch

This file was deleted.

4 changes: 0 additions & 4 deletions bv80bot/bv80bot_node/launch/bv80bot_gui_only.launch

This file was deleted.

8 changes: 0 additions & 8 deletions bv80bot/bv80bot_node/launch/bv80bot_map_gui.launch

This file was deleted.

9 changes: 0 additions & 9 deletions bv80bot/bv80bot_node/launch/bv80bot_nav_gui.launch

This file was deleted.

58 changes: 0 additions & 58 deletions bv80bot/bv80bot_node/launch/include/bv80bot_base.launch

This file was deleted.

59 changes: 0 additions & 59 deletions bv80bot/bv80bot_node/launch/include/bv80bot_base_cam.launch

This file was deleted.

3 changes: 0 additions & 3 deletions bv80bot/bv80bot_node/launch/include/bv80bot_gui.launch

This file was deleted.

13 changes: 0 additions & 13 deletions bv80bot/bv80bot_node/launch/include/bv80bot_map.launch

This file was deleted.

10 changes: 0 additions & 10 deletions bv80bot/bv80bot_node/launch/include/bv80bot_nav.launch

This file was deleted.

Loading