Skip to content

Commit

Permalink
Fixes to readme and repo. url fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-shankar committed Feb 5, 2025
1 parent 8db1d1b commit 9e2b034
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 88 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Clone and update the required packages:
```bash
cd <path/to/mggplanner_ws>
wstool init
wstool merge ./src/exploration/mggplanner/packages_https.rosinstall
wstool merge ./src/exploration/MGGPlanner/packages_https.rosinstall
wstool update
```

`Note: ./src/exploration/mggplanner_ros/packages_https.rosinstall can be used for https based urls.`
`Note: ./src/exploration/MGGPlanner/packages_https.rosinstall is for https urls.`

Build:
```bash
Expand Down
4 changes: 0 additions & 4 deletions packages_https.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@
version: dev/noetic

#EXPLORATION
- git:
local-name: src/exploration/mggplanner/
uri: http://git.mistlab.ca/vvaradharajan/gbplanner2.git
version: mggplanner
- git:
local-name: src/exploration/pci_general/
uri: https://github.com/ntnu-arl/pci_general.git
Expand Down
5 changes: 2 additions & 3 deletions packages_https_robot.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@

#EXPLORATION
- git:
local-name: src/exploration/gbplanner2/
uri: http://git.mistlab.ca/vvaradharajan/gbplanner2.git
version: gbplanner2
local-name: src/exploration/MGGPlanner/
uri: https://github.com/MISTLab/MGGPlanner.git
- git:
local-name: src/exploration/pci_general/
uri: https://github.com/ntnu-arl/pci_general.git
Expand Down
78 changes: 0 additions & 78 deletions packages_ssh.rosinstall

This file was deleted.

2 changes: 1 addition & 1 deletion planner_common/include/planner_common/graph_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class GraphManager {
Vertex** v_res);
bool getNearestVertices(const StateVec* state, double range,
std::vector<Vertex*>* v_res);
bool GraphManager::updatePoseIdToNearestVertices(const StateVec* state,
bool updatePoseIdToNearestVertices(const StateVec* state,
double range, int pose_id);
bool existVertexInRange(const StateVec* state, double range);

Expand Down
Empty file added smb_path_tracker/CATKIN_IGNORE
Empty file.
Empty file.

0 comments on commit 9e2b034

Please sign in to comment.