cartographer_ros | Provides ROS integration for Cartographer | Robotics library
kandi X-RAY | cartographer_ros Summary
kandi X-RAY | cartographer_ros Summary
Provides ROS integration for Cartographer.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cartographer_ros
cartographer_ros Key Features
cartographer_ros Examples and Code Snippets
Community Discussions
Trending Discussions on cartographer_ros
QUESTION
Even after doing git add -A, when I run git status, I get this:
...ANSWER
Answered 2017-Oct-11 at 04:47This has nothing with the -A
option: modified content, untracked content means those folders are submodules.
Those sub-repos includes files which are either untracked, or modified.
You would need to:
- go into those directories,
- add and commit there, (and push to their respective remote, assuming those changes must be contributes back to their upstream repos),
- then go back to the parent repo, add and commit again in order to record the new gitlink (special entry in the parent index, recording the new SHA1 of those submodules)
But if those changes are purely local and can be ignored (meaning anyone cloning again your repo with you current changes would still be able to make your program work without any of the changes in the submodules), then you can ignore the git status
output.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cartographer_ros
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page