Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last experiments with gps rtk in tigra-project v2 #130

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
047c211
removed old configs, added configs for simpleRTK2B
5met4nka Mar 15, 2024
4a5fa77
added all cfg files for c94-m8p nd simpleRTK2B
5met4nka Mar 18, 2024
c3e37b7
added gkv-3 configs
5met4nka Mar 20, 2024
a50f114
removed gps configs to ros_shared
5met4nka Mar 25, 2024
028521e
replace default log viewer
5met4nka Apr 14, 2024
4391e2c
some experiments with mapviz
5met4nka Apr 16, 2024
faec031
added map_tile source from local in docker (map_proxy)
5met4nka Apr 18, 2024
7dbf037
rename menu
5met4nka Apr 18, 2024
c49eb0b
added mapviz in sim start
5met4nka Apr 18, 2024
4e4be38
added debug tools for sim bag data
5met4nka Apr 19, 2024
2f99bfd
little experiments
5met4nka Apr 24, 2024
187f94e
get yaw data from imu with high covariance
5met4nka Apr 24, 2024
9706ad1
small output covariance
5met4nka Apr 27, 2024
7c33302
little change
5met4nka Apr 27, 2024
d1e27c4
added pepelac debug
5met4nka May 4, 2024
2a7e795
trying to setup mapviz
5met4nka May 6, 2024
c001562
added rviz_satellite
5met4nka May 6, 2024
c78aebc
added imu_filter_madgwick in pepelac debug
5met4nka May 7, 2024
d00aed1
little launch refactor
5met4nka May 7, 2024
535afe3
small fixes
5met4nka May 7, 2024
5ce6814
pepelac test
5met4nka May 9, 2024
545b757
new paths
5met4nka May 10, 2024
78087dd
trying to launch pepelac data; added image_transport decompressor; pr…
5met4nka May 11, 2024
6987413
added image compress and decompress
5met4nka May 12, 2024
a17d1a7
added pepelac data compress and decompress, heed tests
5met4nka May 12, 2024
7ff5beb
added maptiles in rviz; problem with rosbag file
5met4nka May 12, 2024
3338e7b
added ntrip_client launch
5met4nka May 13, 2024
d8b4dee
moved pepelac debug in kasha-project
5met4nka May 26, 2024
2237301
edit lslidar pkg build from new driver
5met4nka Jun 3, 2024
15e08ed
added build req packages
5met4nka Jun 7, 2024
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
10 changes: 1 addition & 9 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
export CMAKE_PREFIX_PATH=/usr/local/lib/cmake:$CMAKE_PREFIX_PATH
export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

cd src/maddrive_ros_shared/third_party/Lslidar_ROS1_driver
git checkout C16_V2.6/2.8/3.0
cd -

if catkin list | grep -q "lslidar_driver"; then
catkin clean lslidar_driver
fi

catkin build \
tigra-project \
maddrive_ros_shared \
Expand All @@ -20,7 +12,7 @@ catkin build \
cv_bridge \
stereo_image_proc \
camera_calibration \
lslidar_driver \
lslidar_c16_driver \
realsense2_camera \
realsense2_description \
image_geometry \
Expand Down
5 changes: 4 additions & 1 deletion scripts/build_small.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash

catkin build \
tigra-project
tigra-project \
maddrive_ros_shared \
-j$(($(nproc)-2))

93 changes: 0 additions & 93 deletions tigra_software/config/gps/CFG_files/moving_base_cfg.txt

This file was deleted.

36 changes: 0 additions & 36 deletions tigra_software/config/gps/CFG_files/rover_cfg.txt

This file was deleted.

92 changes: 0 additions & 92 deletions tigra_software/config/gps/CFG_files/simple_base_conf.txt

This file was deleted.

Loading