IllinoisRoboticsInSpace / IRIS

Illinois Robotics in Space 2022-2023 Season
https://iris.ae.illinois.edu/
8 stars 0 forks source link

Specify commit for realsense-sdk submodule #31

Open ttchalakov opened 7 months ago

ttchalakov commented 7 months ago

Need to specify the commit that the realsense-sdk submodule should be on. This is necessary because although the branch is specified correctly, the commit is not, so anytime the submodule is not on the latest commit in the specified branch, git will try stage a change in the local repo to the latest commit. However this is not ideal because a new commit could break functionality in the repo so we do not want to arbitrarily update to the latest repo.

Resources: