Skip to content

Commit

Permalink
Added state estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjajoh committed Nov 10, 2020
1 parent 3bb8719 commit 611ea72
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 264 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
[submodule "ros-mpu9250-ahrs"]
path = ros-mpu9250-ahrs
url = https://github.com/bjajoh/ros-mpu9250-ahrs
[submodule "nmea_msgs"]
path = nmea_msgs
url = https://github.com/ros-drivers/nmea_msgs.git
[submodule "geographic_info"]
path = geographic_info
url = https://github.com/ros-geographic-info/geographic_info
[submodule "uiid"]
path = uiid
url = https://github.com/ros-geographic-info/unique_identifier
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Generate Correction Data NEMA code https://nmeagen.org/

LEDs with Pi: https://learn.adafruit.com/neopixels-on-raspberry-pi/python-usage

Use catkin build instead of catkin_make: https://catkin-tools.readthedocs.io/en/latest/installing.html


### Running the camera
```
Expand All @@ -20,7 +22,9 @@ roslaunch common perception.launch
```
roslaunch common gnss.launch
```

```
roslaunch common state_estimation.launch
```
```
roslaunch ueye mono.launch
```
Expand Down
4 changes: 4 additions & 0 deletions common/launch/state_estimation.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<launch>
<include file="$(find common)/launch/gnss.launch"/>
<include file="$(find mpu9250-driver)/launch/mpu9250.launch"/>
</launch>
1 change: 1 addition & 0 deletions geographic_info
Submodule geographic_info added at 9d6f1b
1 change: 0 additions & 1 deletion master_control/.catkin_workspace

This file was deleted.

Binary file not shown.
202 changes: 0 additions & 202 deletions master_control/stateNode/CMakeLists.txt

This file was deleted.

59 changes: 0 additions & 59 deletions master_control/stateNode/package.xml

This file was deleted.

1 change: 1 addition & 0 deletions nmea_msgs
Submodule nmea_msgs added at 1ccb30
2 changes: 1 addition & 1 deletion ublox_f9p/ublox_gps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
include_directories(${catkin_INCLUDE_DIRS})

# link pthread
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -pthread")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -pthread")

# build library
add_library(ublox_gps src/gps.cpp)
Expand Down
1 change: 1 addition & 0 deletions uiid
Submodule uiid added at 4ad95c

0 comments on commit 611ea72

Please sign in to comment.