-
Notifications
You must be signed in to change notification settings - Fork 14
Ros2 #42
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
Open
nathantsoi
wants to merge
57
commits into
master
Choose a base branch
from
ros2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ros2 #42
Changes from 33 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
bdfeb5a
switch to ros2 shared lib
nathantsoi 929f3ea
update build for colcon
nathantsoi c93cd95
ros2 code updates
nathantsoi f663cf6
read sim configs
nathantsoi 3451af8
docs for sim, fix teleop
nathantsoi 222c1f2
ros2 hardware
nathantsoi 81d4ad5
remove old launch files, configure the joystick defaults and add a ca…
nathantsoi d7ba896
hokuyo launch
nathantsoi 8f5ebd1
clean shutdown in ros2
nathantsoi b95a31b
bind to bluetooth if not already on
nathantsoi 29fb863
static config path
nathantsoi 077663c
more joystick modes
nathantsoi 68df851
display camera, show joystick status
nathantsoi 9a6836f
handle rescaling
nathantsoi 05577a0
remove debugging output
nathantsoi a0cca93
gui cleanup
nathantsoi b4562bb
control via tmux
nathantsoi fbbf7bc
switch ros led to imu and show disk usage
nathantsoi 1a49cc7
fix sizing
nathantsoi f6fca48
remove shutdown button, since we're in the container
nathantsoi f40a5f3
bind controller by mac to avoid a multiple-bind situation
2959ba1
switch to ros2 amrl shared branch
cfb2c71
default car.lua file
7f5be01
fixing build action
nathantsoi 33f5556
fixing build actions
nathantsoi e292ce3
fixing build action
nathantsoi 41e9f9e
fixing build actions
nathantsoi dd57b15
fixing build tests
nathantsoi fa785f6
fixing build tests
nathantsoi c17bbe8
fix build
nathantsoi cd2fee9
no mounts on github build action docker
nathantsoi 9b3b037
building from 0
nathantsoi 662d2c0
why wont it source
nathantsoi 9bd2fbe
fix odom publishing to tf and turn off hokuyo time calibration
nathantsoi fcf028f
ekf to fuse imu and wheel odom
nathantsoi 8f5758b
fix status indicators
nathantsoi 34e9f29
calibration script, mode names with same size to avoid moving items i…
nathantsoi 4f3a222
read max_steering_angle from the config file and add it to the calibr…
nathantsoi f705f9b
wip
nathantsoi 692ff2a
trim
nathantsoi e348cf4
fix recording icon
nathantsoi f59a469
implement a bezier steering curve to flatten the curve torwards the m…
nathantsoi 36b1925
gui upgrades for recording
nathantsoi cb34e10
sim
nathantsoi daa3d55
normalize the vesc node restarting text
43de722
fix some unnecessary warnings and errors
f08d4f7
add an instant_override mode that allows the user to override the aut…
d0ba363
airfield packaging: airfield.yaml, AIRFIELD.md, .dockerignore
JacobTaira 5cddc94
ros2/jazzy build + config adjustments (gui, CMakeLists, vesc.lua)
JacobTaira 7604866
airfield.yaml: declare colcon_args so auto-builds use Hardware mode
JacobTaira 5d1be92
vesc_driver: fix startup segfault + load-sensitive init timeout; joys…
JacobTaira 34eb82b
track .air (airfield container mounts): X11 socket dir + gdm Xauthority
JacobTaira 0268bca
vesc_driver: remove fuse_imu_ member that shadowed the lua config bin…
JacobTaira e2db6f3
airfield: depend on camera_calibration
JacobTaira f354da0
lidar: auto-select RPLIDAR C1 (USB) or Hokuyo at launch
JacobTaira 6dc1402
gitignore: ignore /core dumps
JacobTaira 4e34b01
airfield: stop tracking .air (per-machine local config)
JacobTaira File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| build/ | ||
| bin/ | ||
| install/ | ||
| lib/ | ||
| log/ | ||
| msg_gen/ | ||
| src/f1tenth_course/ | ||
| src/ut_automata/ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Complex shell command embedded in CMakeLists.txt is difficult to read and maintain. Consider extracting this logic into a separate script file for better maintainability.